5.5
MEDIUM CVSS 3.1
CVE-2023-53304
netfilter: nft_set_rbtree: fix overlap expiration walk
Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_rbtree: fix overlap expiration walk The lazy gc on insert that should remove timed-out entries fails to release the other half of the interval, if any. Can be reproduced with tests/shell/testcases/sets/0044interval_overlap_0 in nftables.git and kmemleak enabled kernel. Second bug is the use of rbe_prev vs. prev pointer. If rbe_prev() returns NULL after at least one iteration, rbe_prev points to element that is not an end interval, hence it should not be removed. Lastly, check the genmask of the end interval if this is active in the current generation.

INFO

Published Date :

Sept. 16, 2025, 5:15 p.m.

Last Modified :

Jan. 14, 2026, 7:16 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2023-53304 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 MEDIUM [email protected]
CVSS 3.1 MEDIUM 134c704f-9b21-4f2e-91b3-4a467353bcc0
Solution
Update the Linux kernel to fix netfilter and rbtree interval handling bugs.
  • Update the Linux kernel to the latest stable version.
  • Apply the specific patch for netfilter: nft_set_rbtree.
  • Recompile the kernel with corrected rbtree logic.
  • Verify interval expiration and pointer handling.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2023-53304 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2023-53304 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2023-53304 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2023-53304 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Jan. 14, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
    Added CWE CWE-476
  • Initial Analysis by [email protected]

    Dec. 01, 2025

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
    Added CWE CWE-476
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:6.2:-:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.2:rc6:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.2:rc7:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.2:rc8:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.5:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.5:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.10.166 up to (excluding) 5.10.190 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.15.91 up to (excluding) 5.15.124 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.1.9 up to (excluding) 6.1.43 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2.1 up to (excluding) 6.4.8 *cpe:2.3:o:linux:linux_kernel:6.5:rc3:*:*:*:*:*:*
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/50cbb9d195c197af671869c8cadce3bd483735a0 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/8284a79136c384059e85e278da2210b809730287 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/893cb3c3513cf661a0ff45fe0cfa83fe27131f76 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/89a4d1a89751a0fbd520e64091873e19cc0979e8 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/acaee227cf79c45a5d2d49c3e9a66333a462802c Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/cd66733932399475fe933cb3ec03e687ed401462 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/f718863aca469a109895cb855e6b81fff4827d71 Types: Patch
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Sep. 16, 2025

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_rbtree: fix overlap expiration walk The lazy gc on insert that should remove timed-out entries fails to release the other half of the interval, if any. Can be reproduced with tests/shell/testcases/sets/0044interval_overlap_0 in nftables.git and kmemleak enabled kernel. Second bug is the use of rbe_prev vs. prev pointer. If rbe_prev() returns NULL after at least one iteration, rbe_prev points to element that is not an end interval, hence it should not be removed. Lastly, check the genmask of the end interval if this is active in the current generation.
    Added Reference https://git.kernel.org/stable/c/50cbb9d195c197af671869c8cadce3bd483735a0
    Added Reference https://git.kernel.org/stable/c/8284a79136c384059e85e278da2210b809730287
    Added Reference https://git.kernel.org/stable/c/893cb3c3513cf661a0ff45fe0cfa83fe27131f76
    Added Reference https://git.kernel.org/stable/c/89a4d1a89751a0fbd520e64091873e19cc0979e8
    Added Reference https://git.kernel.org/stable/c/acaee227cf79c45a5d2d49c3e9a66333a462802c
    Added Reference https://git.kernel.org/stable/c/cd66733932399475fe933cb3ec03e687ed401462
    Added Reference https://git.kernel.org/stable/c/f718863aca469a109895cb855e6b81fff4827d71
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
Base CVSS Score: 5.5
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality Impact
Integrity Impact
Availability Impact